home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 014a / pcxdmp38.zip / PCXDUMP.MAN < prev   
Text File  |  1991-11-28  |  9KB  |  173 lines

  1.                             PCXDUMP VERSION 3.80
  2.                             ====================
  3.             
  4.                            WARRANTY AND DISCLAIMER
  5.  
  6.               The author make no warranties, expressed or implied,
  7.           as to the quality or performance of this program. The
  8.           author will not be held liable for any direct, indirect,
  9.           incidental or consequential damages resulting from the use
  10.           of these programs.  Your use of this program constitute
  11.           your agreement to this disclaimer and your release of the
  12.           author from any form of liability or litigation.
  13.  
  14.               If you are using PCXDUMP and find it of value a
  15.           contribution ($10.00) to the author is suggested. This
  16.           will enable and encourage the further development of PCXDUMP.
  17.  
  18.                               Jesper Frandsen
  19.                               Skolebakken 11, st tv
  20.                               8000 Aarhus C
  21.                               Denmark
  22.  
  23.               Email address : jesperf@daimi.aau.dk
  24.  
  25.  
  26.  
  27.                                WHAT IS PCXDUMP 
  28.                                
  29.               It's a memory-resident program to dump a graphic screen to a 
  30.           disk file in the PCX-format. As this format is widely used (simple 
  31.           and fast to code and decode), I have chosen this format. 
  32.           The PCX-files will be put in the current directory, and named
  33.           DUMP_000.PCX, DUMP_001.PCX etc. (up to DUMP_999.PCX).
  34.               Since it's a resident program, it stays in memory when you run 
  35.           it. This decreases the memory available for other applications by
  36.           6.4 Kb (about 2.4 Kb is used as an internal buffer, so disk writes 
  37.           will be as few as possible).
  38.           If anyone wants the pictures in another format (eg. GIF), use a 
  39.           converter program like the GRAPHIC WORKSHOP or VPIC.
  40.           (available from "wuarchive.wustl.edu" or "nic.funet.fi")
  41.  
  42.  
  43.  
  44.                                    HOT-KEYS 
  45.  
  46.               When PCXDUMP is installed, you can use these hotkeys:
  47.           ALT+CTRL+N  gives a 2 color PCX-file
  48.           ALT+CTRL+I  gives a inverted 2 color PCX-file
  49.           ALT+CTRL+C  gives a 256 color PCX-file 
  50.           ALT+CTRL+R  dumps the whole screen in 2 colors   (mouse is NOT used!)
  51.           ALT+CTRL+E  dumps the whole screen in 256 colors (mouse is NOT used!)
  52.               PCXDUMP will give a beep when activated and (a higher) one
  53.           when it has finished dumping graphics.
  54.               You can only use the C & E hotkeys when there's at least 16 
  55.           colors on the screen.
  56.  
  57.  
  58.              
  59.                                WHAT CAN IT DO ?
  60.  
  61.               Currently the program handles EGA, VGA and SVGA modes, that is: 
  62.           no Hercules or CGA modes.
  63.               Owners of Hercules or CGA can't use this program, sorry!
  64.           But if you own an EGA or VGA-card, you will be able to install 
  65.           PCXDUMP, and use it in these modes:
  66.                  EGA-modes:                          VGA-modes:
  67.             320 x 200 x 16 colors               640 x 480 x   2 colors        
  68.             640 x 200 x 16 colors               640 x 480 x  16 colors
  69.             640 x 350 x  2 colors               320 x 200 x 256 colors
  70.             640 x 350 x 16 colors
  71.             
  72.               And if you have any of these SVGA-cards, you will be able 
  73.           to use their SVGA-modes as well !!       
  74.  
  75.                 - ATI-WONDER       (up to 1024x768x256)
  76.                 - TRIDENT          (up to 1024x768x256)
  77.                 - GENOA            (up to 1024x768x16, 800x600x256)
  78.                 - PARADISE         (up to 1024x768x16, 800x600x256)
  79.                 - TSENG ET 3000    (up to 1024x768x16, 800x600x256)
  80.                 - TSENG ET 4000    (up to 1024x768x256)
  81.                 - OAK-037C         (up to  800x600x16)
  82.                 - OAK-067          (up to 1024x768x16, 800x600x256) 
  83.                 - VIDEO-7          (up to 1024x768x16, 800x600x256)
  84.                                    (incl.  720x540x16, 720x540x256)
  85.                 - CHIP & TECH.     (up to 1024x768x16, 800x600x256)
  86.  
  87.  
  88.                    
  89.                                 MOUSE-CONTROL 
  90.                                    
  91.               If you own a mouse and have your mouse-driver installed, 
  92.           you will be able to cut out part of the screen with a on-screen 
  93.           frame, controlled by the mouse.
  94.               The size of the frame will be shown in upperleft corner.
  95.           Press RIGHT button and move mouse to control frame-size
  96.           Press LEFT button and move mouse to control frame-position
  97.           Press <Enter> to dump graphic within frame.
  98.           Press <ESC> to cancel
  99.  
  100.  
  101.             
  102.                              HOW FAST IS PCXDUMP ?
  103.                     
  104.               Good question.
  105.           Direct memory read/write will be performed in ALL modes,
  106.           2, 16 and 256 colors mode. So the program is pretty fast !!
  107.               I'm using a 386sx/20 Mhz system (and a Tseng ET4000 card), 
  108.           and this is my measurements:
  109.           
  110.                                picture          time (sec)        
  111.                 --------------------------------------------       
  112.                            320 x 200 x 256         1-1.5
  113.                            640 x 480 x 256         9
  114.                            800 x 600 x 256         10
  115.                           1024 x 768 x 256         16
  116.                            640 x 480 x 16          11
  117.                            800 x 600 x 16          17
  118.                           1024 x 768 x 16          27
  119.           
  120.           In 16-colors mode, things take a little longer, cause it's more
  121.           complicated to read and write pixels than in 256 colors mode....
  122.           If it's a simple picture, things will go faster since PCXDUMP 
  123.           don't have to write so much information to the disk.
  124.  
  125.  
  126.           
  127.                                     WHAT'S NEW
  128.  
  129.           Version 1.00-2.30 My own versions (not ready for release).
  130.           Version 3.00      Initial release on the net
  131.           Version 3.50      Framesize is now written on screen.
  132.                             Hotkey ALT+CTRL+V is therefore removed.
  133.           Version 3.60      Dumping a 16-color screen on a "standard" card
  134.                               is now MUCH faster.
  135.           Version 3.65      OAKTECH-67 chipset is now recognized.
  136.           Version 3.66      Corrected a stupid bug that caused the program
  137.                               to crash, if it was activated in textmode!
  138.           Version 3.67-3.69 Some internal improvements.
  139.           Version 3.70      It is no longer possible to use PCXDUMP on a plain
  140.                               EGA-card.
  141.                             OAKTECH-37   chipset is now recognized.
  142.           Version 3.80      VIDEO-7      chipset is now recognized.
  143.                             CHIPS & TECH chipset is now recognized.         
  144.                             The rutine to recognize TSENG ET3000 is improved.
  145.                             EGA-card is now accepted again !!!
  146.                               Eventually I got around the EGA-card palette pro-
  147.                               blem. I am using a method to manipulate the
  148.                               "Video Save Pointer Table". It seems to work
  149.                               on GIF-pictures and all the programs I've tested
  150.                               so far, allthough I can't guarantee it to work 
  151.                               in every program. 
  152.                             In 2 colors mode, pixels read/write is now direct 
  153.                               memory read/write. Dumping a picture i 2 colors
  154.                               mode is now approx. 500 % faster !!
  155.                             New HOTKEY: ALT+CTRL+R. This gives the ability to
  156.                               dump the whole screen in 2 colors without any
  157.                               mouse-support.
  158.                             
  159.  
  160.                              POSSIBLE BUGS (AND ADVICE)
  161.                                         
  162.         -    When using PCXDUMP in programs like VPIC and other 
  163.           "plain show-picture" programs, I have met no problems. 
  164.           But some games might not allow you to grap the graphics, 'cause
  165.           they take complete control over the INT 09h. If that's the case,
  166.           you can't use PCXDUMP in these programs. 
  167.         -    If you activate PCXDUMP in a graphical program THAT'S USING 
  168.           THE MOUSE, then DON'T use the mouse-cut-out facilities of PCXDUMP,
  169.           but use the ALT+CTRL+E hotkey (or ALT+CTRL+R) instead to dump 
  170.           screen. PCXDUMP will possible mess up the driver state and lock the 
  171.           program (I will try to fix that later). 
  172.       
  173.